home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9103 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.0 KB  |  37 lines

  1. Newsgroups: comp.lang.c
  2. Subject: QUESTION ON C/370
  3. From: roger.lacroix@canrem.com (Roger Lacroix)
  4. Path: canrem.com!roger.lacroix
  5. Distribution: world
  6. Message-ID: <60.5592.4396.0N20CBDF@canrem.com>
  7. References: <4he39r$sh0@mtinsc01-mgt.ops.worldnet.att.net>
  8. Date: Thu,  7 Mar 96 01:25:00 -0500
  9. Organization: CRS Online  (Toronto, Ontario)
  10.  
  11. In a message dated 03-04-96, Arn Trembley said to All:
  12.  
  13. AT>Does anyone know how to generate the square brackets "[" "]" used for
  14. AT>array references on an IBM 3270 terminal for the mainframe C/370
  15. AT>compiler?  Do you have to use a trigraph?
  16.  
  17. I had the same problem with CM/2.
  18.  
  19. As per norm for IBM, the PC software group does NOT know what is
  20. required by Mainframe programmers/users.
  21.  
  22. You must remap your 3270 keyboard definitions so that
  23.  
  24.      "[" = 'AD'x
  25.      "]" = 'BD'x
  26.  
  27. Note: If you use CM/2 by IBM, I have written up a set of instructions
  28.       at work detailing what needs to be changed.  If you would like it,
  29.       just let me know.
  30.  
  31. Hope that helps.
  32.  
  33. Roger...
  34. Unionville, Ontario
  35. ---
  36.  * MR/2 2.23 NR * Pascal:  What's it Wirth?
  37.